home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / prog / clt165.arj / CMSC70.C < prev    next >
C/C++ Source or Header  |  1994-01-29  |  996b  |  50 lines

  1. /*        (c) R&D Associates 1993.
  2.         All Rights Reserved.
  3.  
  4.     cmsc70.c
  5.  
  6. This file is for the Microsoft C++ 7.0 compiler.
  7.  
  8. It should be converted to a Clint definition library by:
  9.  
  10.     clint cmsc70.c -I. -L cmsc70 -x -w0
  11. */
  12.  
  13. #include <assert.h>
  14. #include <bios.h>
  15. #include <conio.h>
  16. #include <ctype.h>
  17. #include <direct.h>
  18. #include <dos.h>
  19. #include <errno.h>
  20. #include <ext.h>
  21. #include <fcntl.h>
  22. #include <float.h>
  23. #include <graph.h>
  24. #include <io.h>
  25. #include <limits.h>
  26. #include <locale.h>
  27. #include <malloc.h>
  28. #include <math.h>
  29. #include <memory.h>
  30. #include <new.h>
  31. #include <pgchart.h>
  32. #include <process.h>
  33. #include <readchar.h>
  34. #include <search.h>
  35. #include <setjmp.h>
  36. #include <share.h>
  37. #include <signal.h>
  38. #include <stdarg.h>
  39. #include <stddef.h>
  40. #include <stdio.h>
  41. #include <stdlib.h>
  42. #include <string.h>
  43. #include <time.h>
  44. #include <vmemory.h>
  45. #include <sys/types.h>
  46. #include <sys/locking.h>
  47. #include <sys/stat.h>
  48. #include <sys/timeb.h>
  49. #include <sys/utime.h>
  50.